net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3875: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L4001: 	if p.donec == nil {
		h2_bundle.go#L4007: 	case <-p.donec:
		h2_bundle.go#L4009: 		close(p.donec)
		h2_bundle.go#L4028: 	if p.donec == nil {
		h2_bundle.go#L4029: 		p.donec = make(chan struct{})
		h2_bundle.go#L4035: 	return p.donec